CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - java tsp a

搜索资源列表

  1. ALife

    0下载:
  2. 一个TSP问题的图形演示程序,在已配置好JDK的命令行环境下,运行javac AntApp.java 然后运行java AntApp即可。-a graphic demonstration of the procedure, the configuration has good JDK the command line environment, then run javac AntApp.java AntApp can run java.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:24034
    • 提供者:贺政
  1. TSP

    0下载:
  2. 用A星算法解决TSP问题,其中的择优函数选的是最小生成树-A star with the algorithm to solve TSP problems, the merit function is the minimum spanning tree selected
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:24149
    • 提供者:111
  1. tsp

    0下载:
  2. 用的是遗传算法.实现了货郎担的模拟,图形界面-Using a genetic algorithm. Realized the TSP simulation, graphical interface
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:47041
    • 提供者:wangxiao_nick
  1. LogFac_Exp_1

    0下载:
  2. java编写的最短路径算法,先由启发式方法获得染色体的初始编码,然后由遗传算法求出最短路径,对解决物流领域的TSP是非常好的计算机实现-java prepared by the shortest path algorithm, by the heuristic method to obtain the initial encoding of chromosome, and then by the genetic algorithm to derive the shortest path to s
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:312096
    • 提供者:wangxiaofang
  1. tsp_applet

    0下载:
  2. 一个非常好的,用 Java 实现ACO算法对TSP问题进行求解的 applet,界面可调参数-A very good, using Java to achieve ACO algorithm for solving TSP problems applet, the interface adjustable parameters
  3. 所属分类:Applet

    • 发布日期:2017-04-27
    • 文件大小:123067
    • 提供者:Dennis
  1. tsp

    0下载:
  2. java写的体现模拟退火原理的程序,具体问题可以继承-java to write a reflection of the principle of simulated annealing procedures, specific problems can be inherited
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:5068
    • 提供者:Wangyun
  1. Tsp

    0下载:
  2. a tsp problem for solving tsp with random cities
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3687
    • 提供者:franjo
  1. ShortestPath

    0下载:
  2. 用A星算法解决的TSP问题,其中的选择函数用的是最小生成树-A star with the algorithm to solve the TSP problems, the selection function using a minimum spanning tree
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:24455
    • 提供者:111
  1. Assignment1

    0下载:
  2. TSP using a Genetic algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:173460
    • 提供者:a1ii54
  1. tsp-2.0

    0下载:
  2. 一个用Java编的TSP小工具,需要调试-TSP a small series with Java tools, need to debug
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2408016
    • 提供者:谢云翔
  1. TravellingSalesman

    0下载:
  2. TSP Problem In Java .. it is not a complete code but it will give you a picture for that
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2285
    • 提供者:ahmad
  1. g

    0下载:
  2. 用遗传算法求解tsp问题,其中算了20个城市-A Genetic Algorithm for tsp problem, of which 20 cities calculations
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:18571
    • 提供者:姚灵灵
  1. Clock

    0下载:
  2. Java编的一个小时钟程序,含有日期和当前时间。-Java code of a small clock program, with the date and the current time.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1701
    • 提供者:jiege
  1. TSP_SOLUTION

    0下载:
  2. TSP问题是一个组合优化问题,具有NPC计算复杂性。这是我上学期间考虑的所谓的双人竞技算法,Java代码,利用Jsp页面进行显示,用Servlet进行逻辑处理,思路如下: 首先,选定一个城市作为共同的出发地,同时生成两个同步的过程A和B,开始进行城市访问。 其次,约定过程A和过程B在前进过程中,过程A每到达一个城市,必须等待过程B到达另外一个城市,而后开始寻找并访问下一个未被任何过程访问过的城市。 第三,为了简化初始求解方法,过程A和过程B在寻找城市的过程中均以“距离自己最近的为被访
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-01
    • 文件大小:41332
    • 提供者:tangguofang
  1. AstarTSP

    0下载:
  2. A星算法实现旅行商问题 有注释,通俗易懂,简单实现-Astar: TSP Problem in Java Having comments, easy to unerstand
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:2133
    • 提供者:Hao
  1. java-TSP

    0下载:
  2. 用java语言实现的遗传算法解救TSP问题-TSP problem with a the java language genetic algorithm rescue
  3. 所属分类:Java Develop

    • 发布日期:2017-11-25
    • 文件大小:3403
    • 提供者:杨阳
  1. A_star_TSP

    0下载:
  2. java语言下,用A星算法实现旅行商TSP问题-solve the traveling salesman problem(TSP)with A star algorithm by java
  3. 所属分类:Java Develop

    • 发布日期:2017-11-30
    • 文件大小:13880
    • 提供者:
  1. Graph TSP AStar Floyd Colorarion Genetic JungLib

    0下载:
  2. A complete Java System to view the graph solution of Traveling Salesman Problem, AStar, Floyd, Coloration and Genetic solution. Using Jung Java Library.
  3. 所属分类:JSP源码/Java

  1. tccrouter

    1下载:
  2. 建模和仿真工具,用于对图形的路由问题,tccrouter是一个java桌面应用程序,提供了一个2D地图构建图形和模拟各种真实世界的路由解决方案:最短路径,小勺,VRP,VRP-TW-a modeling and simulation tool for routing problems on graphs, tccrouter is a java desktop application that provides a 2d map for building graphs and simulatin
  3. 所属分类:Java Develop

    • 发布日期:2017-05-16
    • 文件大小:3603456
    • 提供者:
  1. TxTsp

    0下载:
  2. tsp的java源码实现旅行商问题,即TSP问题(Traveling Salesman Problem)又译为旅行推销员问题、货郎担问题,是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路径的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。(The Java source of TSP is one of the famous problems in the field of mathemati
  3. 所属分类:Java编程

    • 发布日期:2018-05-06
    • 文件大小:1024
    • 提供者:tomorrow1
« 12 »
搜珍网 www.dssz.com